#########################
####  Aragon Events  ####
####    by Crook     ####
#########################

#The Knights of St:John of Jerusalem#
event = {

	id = 24000
	trigger = {
		owned = { province = 819 data = -1 }
		NOT = { exists = KNI }
		NOT = { event = 3156 }
		NOT = { event = 24002 }
		}
	random = no
	country = ARG
	name = "EVENTNAME3156"
	desc = "EVENTHIST3156"
	style = 2

	date = { day = 1 month = january year = 1419 }
	offset = 30
	deathdate = { day = 1 month = january year = 1821 }

	action_a ={		#Give Malta to the Knights of St:John#
		name = "ACTIONNAME24000A"
		command = { type = independence which = KNI }
		command = { type = stability value = 1 }
		command = { type = relation which = TUR value = -100 }
		command = { type = relation which = ALD value = -100 }
		command = { type = trigger which = 24001 }
	}

	action_b ={		#Don't give them anything#
		name = "ACTIONNAME24000B"
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = TUR value = 100 }
		command = { type = warships which = -1 value = 5 }
	}
}

#The Knights of St:John of Jerusalem#
event = {

	id = 24002
	trigger = {
		owned = { province = 819 data = -1 }
		NOT = { exists = KNI }
		NOT = { event = 3156 }
		NOT = { event = 24000 }
		}
	random = no
	country = CAS
	name = "EVENTNAME3156"
	desc = "EVENTHIST3156"
	style = 2

	date = { day = 1 month = january year = 1419 }
	offset = 30
	deathdate = { day = 1 month = january year = 1821 }

	action_a ={		#Give Malta to the Knights of St:John#
		name = "ACTIONNAME24002A"
		command = { type = independence which = KNI }
		command = { type = stability value = 1 }
		command = { type = relation which = TUR value = -100 }
		command = { type = relation which = ALD value = -100 }
		command = { type = trigger which = 24003 }
	}

	action_b ={		#Don't give them anything#
		name = "ACTIONNAME24002B"
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = TUR value = 100 }
		command = { type = warships which = -1 value = 5 }
	}
}

